From: Ian Jackson Date: Wed, 5 Feb 2014 14:43:38 +0000 (+0000) Subject: tools: Bump library SONAMEs for 4.4 X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~5618 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22%22/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22%22?a=commitdiff_plain;h=a06b42584164e21e792dfe66bb8e3585127270b1;p=xen.git tools: Bump library SONAMEs for 4.4 There have been ABI/API changes in libxc. Bump its MAJOR (which affets libxenguest et al too.) There have been ABI changes in libxl. Bump its MAJOR. (The API changes have been dealt with as we go along - there is already a LIBXL_API_VERSION 0x040400.) None of the other libraries have changed their interfaces. I have verified this by building the tools and searching the dist/install tree for files matching *.so.*. For each library that showed up, I did this: git-diff RELEASE-4.3.0..staging -- `find tools/FOO/ -name \*.h` where FOO is the corresponding source directory. Signed-off-by: Ian Jackson Acked-by: Ian Campbell --- diff --git a/tools/libxc/Makefile b/tools/libxc/Makefile index f2d6e56794..2cca2b2e88 100644 --- a/tools/libxc/Makefile +++ b/tools/libxc/Makefile @@ -1,7 +1,7 @@ XEN_ROOT = $(CURDIR)/../.. include $(XEN_ROOT)/tools/Rules.mk -MAJOR = 4.3 +MAJOR = 4.4 MINOR = 0 CTRL_SRCS-y := diff --git a/tools/libxl/Makefile b/tools/libxl/Makefile index d8495bbf43..1410c441c8 100644 --- a/tools/libxl/Makefile +++ b/tools/libxl/Makefile @@ -5,7 +5,7 @@ XEN_ROOT = $(CURDIR)/../.. include $(XEN_ROOT)/tools/Rules.mk -MAJOR = 4.3 +MAJOR = 4.4 MINOR = 0 XLUMAJOR = 4.3